PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFMarkInformation Class / setTaggedPDF Method
True if the document conforms to tagged PDF conventions, otherwise false.
In This Topic
    setTaggedPDF Method
    In This Topic
    Sets a value indicating whether the document conforms to tagged PDF conventions.
    Syntax
    public void setTaggedPDF( 
       boolean isTaggedPDF
    )

    Parameters

    isTaggedPDF
    True if the document conforms to tagged PDF conventions, otherwise false.
    See Also